MPITinyObject

data class MPITinyObject(val id: String, val type: String? = null)

MPITinyObject contains the id and type of a MPINavigatable object

Constructors

Link copied to clipboard
fun MPITinyObject(id: String, type: String? = null)

Properties

Link copied to clipboard
val id: String

id of a MPINavigatable object

Link copied to clipboard
val type: String? = null